net/http.http2serverConn.inGoAway (field)
9 uses
net/http (current package)
h2_bundle.go#L4248: inGoAway bool // we've started to or sent GOAWAY
h2_bundle.go#L4650: sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
h2_bundle.go#L5000: if !sc.inGoAway || sc.goAwayCode == http2ErrCodeNo {
h2_bundle.go#L5055: if sc.inGoAway {
h2_bundle.go#L5058: sc.inGoAway = true
h2_bundle.go#L5185: if sc.inGoAway && sc.goAwayCode != http2ErrCodeNo {
h2_bundle.go#L5370: if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || id > sc.maxClientStreamID) {
h2_bundle.go#L5525: if sc.inGoAway {
h2_bundle.go#L5679: if sc.inGoAway {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)